Update .env.example

Andrew Cantino vor 11 Jahren
Ursprung
Commit
1b4c2ead30
1 geänderte Dateien mit 4 neuen Zeilen und 0 gelöschten Zeilen
  1. 4 0
      .env.example

+ 4 - 0
.env.example

@@ -36,6 +36,10 @@ DATABASE_PASSWORD=""
36 36
 
37 37
 # Outgoing email settings.  To use Gmail or Google Apps, put your Google Apps domain or gmail.com
38 38
 # as the SMTP_DOMAIN and your Gmail username and password as the SMTP_USER_NAME and SMTP_PASSWORD.
39
+# 
40
+# PLEASE NOTE: In order to enable emails locally (e.g., when not in the production Rails environment), 
41
+# you must also change config.action_mailer.perform_deliveries in config/environments/development.rb.
42
+
39 43
 SMTP_DOMAIN=your-domain-here.com
40 44
 SMTP_USER_NAME=you@gmail.com
41 45
 SMTP_PASSWORD=somepassword